home *** CD-ROM | disk | FTP | other *** search
/ Aminet 22 / Aminet 22 (1997)(GTI - Schatztruhe)[!][Dec 1997].iso / Aminet / dev / src / RLD_source.lha / RLD_source / rexx_supp_priv.h < prev    next >
Encoding:
C/C++ Source or Header  |  1997-10-22  |  467 b   |  23 lines

  1. /*
  2.   $Id: rexx_supp_priv.h,v 1.2 1997/10/21 22:35:08 wegge Stab wegge $
  3.   
  4.   $Log: rexx_supp_priv.h,v $
  5.   Revision 1.2  1997/10/21 22:35:08  wegge
  6.   Snapshot inden upload af 2.13 i source og binær form
  7.  
  8.   Revision 1.1  1997/10/21 03:49:58  wegge
  9.   Initial revision
  10.  
  11.  */
  12.  
  13. #if !defined(REXX_SUPP_PRIV_H)
  14. #define REXX_SUPP_PRIV_H
  15.  
  16. /* The structure we use to return values with. */
  17. struct RexxMatch_ret {
  18.   ULONG Error;
  19.   UBYTE *ArgStr;
  20. };
  21.  
  22. #endif /* REXX_SUPP_PRIV_H */
  23.